home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Web Server / Xitami Multithreaded Web Server.exe / TESTPERL.PL < prev    next >
Encoding:
Perl Script  |  1998-11-16  |  110 b   |  5 lines

  1. #! perl
  2. print "Content-Type: text/html\n\n";
  3. print "<HTML><BODY><H1>Hello</H1></BODY></HTML>";
  4. exit (1);
  5.